This repository has been archived by the owner on Jan 12, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 27
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Improved end-2-end RHV test Now after plan is edited - it is performed Few light changes
SonarCloud Quality Gate failed. 0 Bugs No Coverage information |
🚀 Deployed Preview: http://konveyor-forklift-ui-pr-950-preview.surge.sh ✨ Compare with current main branch: http://konveyor-forklift-ui-preview.surge.sh |
gildub
approved these changes
Apr 13, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
mturley
added a commit
to mturley/forklift-ui
that referenced
this pull request
Jun 23, 2022
commit f58a5e9 Author: Igor Braginsky <ibragins@redhat.com> Date: Thu Jun 23 17:34:15 2022 +0300 Added local storage preservation functionality (kubev2v#965) commit 816a53c Author: Igor Braginsky <ibragins@redhat.com> Date: Mon Jun 20 16:13:06 2022 +0300 Postmigation cleanup now works with API (kubev2v#964) commit 1c3bf03 Author: Mike Turley <mike.turley@alum.cs.umass.edu> Date: Thu Jun 16 21:07:14 2022 -0400 Bug 2067708: Fix invalid-mapping check to allow mapping items by name or id (kubev2v#961) commit 99612fa Author: Mike Turley <mike.turley@alum.cs.umass.edu> Date: Thu Jun 16 13:51:51 2022 -0400 Upgrade @hot-loader/react-dom and use --legacy-peer-deps flag to unblock CI (kubev2v#962) commit c751e17 Author: Igor Braginsky <ibragins@redhat.com> Date: Mon Jun 6 12:53:40 2022 +0300 Made selector for cluster checkbox more generic (kubev2v#960) * As middle of selector there is flaky I amm searching for `Select` and name of the cluster * Update plan.ts commit ada12c6 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu Jun 2 13:58:59 2022 -0400 chore(deps): bump async from 2.6.3 to 2.6.4 (kubev2v#959) Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. - [Release notes](https://github.com/caolan/async/releases) - [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md) - [Commits](caolan/async@v2.6.3...v2.6.4) --- updated-dependencies: - dependency-name: async dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit d05cd3f Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu Jun 2 13:50:01 2022 -0400 chore(deps): bump ejs from 3.1.6 to 3.1.7 (kubev2v#958) Bumps [ejs](https://github.com/mde/ejs) from 3.1.6 to 3.1.7. - [Release notes](https://github.com/mde/ejs/releases) - [Changelog](https://github.com/mde/ejs/blob/main/CHANGELOG.md) - [Commits](mde/ejs@v3.1.6...v3.1.7) --- updated-dependencies: - dependency-name: ejs dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit 3786a80 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu Jun 2 13:17:20 2022 -0400 chore(deps): bump eventsource from 1.1.0 to 1.1.1 (kubev2v#957) Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/EventSource/eventsource/releases) - [Changelog](https://github.com/EventSource/eventsource/blob/master/HISTORY.md) - [Commits](EventSource/eventsource@v1.1.0...v1.1.1) --- updated-dependencies: - dependency-name: eventsource dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mike Turley <mike.turley@alum.cs.umass.edu> commit e42c078 Author: Igor Braginsky <ibragins@redhat.com> Date: Thu Jun 2 01:04:52 2022 +0300 Did changes in test config files (kubev2v#956) commit 70e3063 Author: Igor Braginsky <ibragins@redhat.com> Date: Wed Jun 1 16:56:15 2022 +0300 Increased default timeouts for testing on slow VMs (kubev2v#955) commit 38b1f66 Author: Igor Braginsky <ibragins@redhat.com> Date: Thu May 26 17:30:56 2022 +0300 Added elements required for warm migration to config files (kubev2v#954) commit 0a7157f Author: Igor Braginsky <ibragins@redhat.com> Date: Tue May 17 23:56:57 2022 +0300 Added creation and removal of second network (kubev2v#953) Added creation and removal of project Updated tier0 tests to use those methods and make them more stable commit 545418c Author: Mike Turley <mike.turley@alum.cs.umass.edu> Date: Tue Apr 19 11:27:39 2022 -0400 Bug 2067708: Support source VMs, networks and datastores referenced either by id or name in plan and mapping objects (kubev2v#948) * Bug 2067708: Support source VMs, networks and datastores referenced either by id or name in plan and mapping objects * Adjust mock data to test changes commit 4141385 Author: Igor Braginsky <ibragins@redhat.com> Date: Wed Apr 13 12:47:01 2022 +0300 Separated RHV amd VMWare tier0 configs (kubev2v#950) Improved end-2-end RHV test Now after plan is edited - it is performed Few light changes commit 0f7150e Author: Igor Braginsky <ibragins@redhat.com> Date: Wed Apr 6 12:42:08 2022 +0300 Fixes for TIER0 tests (kubev2v#949) commit fa8f9e7 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu Mar 31 11:36:32 2022 -0400 chore(deps): bump minimist from 1.2.5 to 1.2.6 (kubev2v#947) Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit 6e7c0ef Author: Igor Braginsky <ibragins@redhat.com> Date: Wed Mar 23 22:26:52 2022 +0200 Added validation of hooks log for log inspector (kubev2v#946) commit 317d1ca Author: kpunwatk <kpunwatk@redhat.com> Date: Wed Mar 23 15:53:05 2022 +0530 modified: pkg/qe-tests/cypress/integration/models/providerRhv.ts (kubev2v#932) modified: pkg/qe-tests/cypress/integration/models/providerVmware.ts modified: pkg/qe-tests/cypress/integration/tests/Rhv/config_separate_mapping_rhv.ts new file: pkg/qe-tests/cypress/integration/tests/Rhv/editProvider.ts modified: pkg/qe-tests/cypress/integration/tests/vmware/config_separate_mapping.ts new file: pkg/qe-tests/cypress/integration/tests/vmware/editProvider.ts modified: pkg/qe-tests/cypress/integration/types/types.ts modified: pkg/qe-tests/cypress/integration/models/providerRhv.ts modified: pkg/qe-tests/cypress/integration/models/providerVmware.ts modified: pkg/qe-tests/cypress/integration/tests/Rhv/config_separate_mapping_rhv.ts new file: pkg/qe-tests/cypress/integration/tests/Rhv/editProvider.ts modified: pkg/qe-tests/cypress/integration/tests/vmware/config_separate_mapping.ts new file: pkg/qe-tests/cypress/integration/tests/vmware/editProvider.ts modified: pkg/qe-tests/cypress/integration/types/types.ts modified: pkg/qe-tests/cypress/integration/models/providerRhv.ts modified: pkg/qe-tests/cypress/integration/models/providerVmware.ts modified: pkg/qe-tests/cypress/integration/tests/Rhv/config_separate_mapping_rhv.ts new file: pkg/qe-tests/cypress/integration/tests/Rhv/editProvider.ts modified: pkg/qe-tests/cypress/integration/tests/vmware/config_separate_mapping.ts new file: pkg/qe-tests/cypress/integration/tests/vmware/editProvider.ts modified: pkg/qe-tests/cypress/integration/types/types.ts Co-authored-by: Igor Braginsky <ibragins@redhat.com> commit 7ed0a74 Author: kpunwatk <kpunwatk@redhat.com> Date: Wed Mar 16 16:24:56 2022 +0530 modified: pkg/qe-tests/cypress/integration/tests/Rhv/config_separate_mapping_rhv.ts (kubev2v#941) modified: pkg/qe-tests/cypress/integration/tests/vmware/config_separate_mapping.ts modified: pkg/qe-tests/cypress/integration/models/plan.ts modified: pkg/qe-tests/cypress/integration/tests/Rhv/config_separate_mapping_rhv.ts modified: pkg/qe-tests/cypress/integration/tests/tier0/tier0_tests_vmware.ts modified: pkg/qe-tests/cypress/integration/tests/vmware/config_separate_mapping.ts Co-authored-by: Igor Braginsky <ibragins@redhat.com> commit b2cdce3 Author: kpunwatk <kpunwatk@redhat.com> Date: Wed Mar 16 15:51:54 2022 +0530 [QE] Infra for the edit mappings (kubev2v#943) modified: pkg/qe-tests/cypress/integration/models/mapping.ts modified: pkg/qe-tests/cypress/integration/tests/vmware/config_separate_mapping.ts modified: pkg/qe-tests/cypress/integration/types/constants.ts modified: pkg/qe-tests/cypress/integration/views/mapping.view.ts modified: pkg/qe-tests/cypress/integration/models/mapping.ts modified: pkg/qe-tests/cypress/integration/tests/vmware/config_separate_mapping.ts modified: pkg/qe-tests/cypress/integration/types/constants.ts modified: pkg/qe-tests/cypress/integration/views/mapping.view.ts modified: pkg/qe-tests/cypress/integration/models/mapping.ts modified: pkg/qe-tests/cypress/integration/tests/Rhv/config_separate_mapping_rhv.ts modified: pkg/qe-tests/cypress/integration/tests/vmware/config_separate_mapping.ts modified: pkg/qe-tests/cypress/integration/types/constants.ts modified: pkg/qe-tests/cypress/integration/views/mapping.view.ts commit 8087c64 Author: kpunwatk <kpunwatk@redhat.com> Date: Wed Mar 9 15:41:24 2022 +0530 modified: pkg/qe-tests/cypress/integration/models/providerRhv.ts (kubev2v#939) Co-authored-by: Igor Braginsky <ibragins@redhat.com> commit cebb68d Author: Igor Braginsky <ibragins@redhat.com> Date: Tue Mar 8 19:42:52 2022 +0200 Added some python code. (kubev2v#940) The task is to parse tarball that was downloaded by getLog and make sure that the content is valid commit 5495f56 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu Mar 3 14:19:40 2022 -0500 chore(deps): bump url-parse from 1.5.3 to 1.5.10 (kubev2v#923) Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.3 to 1.5.10. - [Release notes](https://github.com/unshiftio/url-parse/releases) - [Commits](unshiftio/url-parse@1.5.3...1.5.10) --- updated-dependencies: - dependency-name: url-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit cf73624 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu Mar 3 12:16:35 2022 -0500 chore(deps): bump follow-redirects from 1.14.7 to 1.14.9 (kubev2v#937) Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.7 to 1.14.9. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](follow-redirects/follow-redirects@v1.14.7...v1.14.9) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit f2b3a31 Author: Mike Turley <mike.turley@alum.cs.umass.edu> Date: Thu Mar 3 10:52:15 2022 -0500 Fix build: update package-lock.json with missing changes from package.json, remove extra package files under qe-tests (kubev2v#935) * Fix build: update package-lock.json with missing changes from package.json * Delete extra package files under qe-tests commit 95f0052 Author: Mike Turley <mike.turley@alum.cs.umass.edu> Date: Wed Mar 2 13:06:05 2022 -0500 Bug 2059879: Invalidate cached secrets when patching a provider CR (kubev2v#933) commit 0851df9 Author: kpunwatk <kpunwatk@redhat.com> Date: Wed Mar 2 16:10:05 2022 +0530 [QE] Missing hooks step in edit plan method (kubev2v#929) modified: pkg/qe-tests/cypress/integration/models/plan.ts Co-authored-by: Igor Braginsky <ibragins@redhat.com> commit eb38ac7 Author: Mike Turley <mike.turley@alum.cs.umass.edu> Date: Tue Mar 1 12:37:27 2022 -0500 Bug 2049638: Address feedback from PR#928 (kubev2v#930)
mturley
added a commit
that referenced
this pull request
Jun 23, 2022
commit f58a5e9 Author: Igor Braginsky <ibragins@redhat.com> Date: Thu Jun 23 17:34:15 2022 +0300 Added local storage preservation functionality (#965) commit 816a53c Author: Igor Braginsky <ibragins@redhat.com> Date: Mon Jun 20 16:13:06 2022 +0300 Postmigation cleanup now works with API (#964) commit 1c3bf03 Author: Mike Turley <mike.turley@alum.cs.umass.edu> Date: Thu Jun 16 21:07:14 2022 -0400 Bug 2067708: Fix invalid-mapping check to allow mapping items by name or id (#961) commit 99612fa Author: Mike Turley <mike.turley@alum.cs.umass.edu> Date: Thu Jun 16 13:51:51 2022 -0400 Upgrade @hot-loader/react-dom and use --legacy-peer-deps flag to unblock CI (#962) commit c751e17 Author: Igor Braginsky <ibragins@redhat.com> Date: Mon Jun 6 12:53:40 2022 +0300 Made selector for cluster checkbox more generic (#960) * As middle of selector there is flaky I amm searching for `Select` and name of the cluster * Update plan.ts commit ada12c6 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu Jun 2 13:58:59 2022 -0400 chore(deps): bump async from 2.6.3 to 2.6.4 (#959) Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. - [Release notes](https://github.com/caolan/async/releases) - [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md) - [Commits](caolan/async@v2.6.3...v2.6.4) --- updated-dependencies: - dependency-name: async dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit d05cd3f Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu Jun 2 13:50:01 2022 -0400 chore(deps): bump ejs from 3.1.6 to 3.1.7 (#958) Bumps [ejs](https://github.com/mde/ejs) from 3.1.6 to 3.1.7. - [Release notes](https://github.com/mde/ejs/releases) - [Changelog](https://github.com/mde/ejs/blob/main/CHANGELOG.md) - [Commits](mde/ejs@v3.1.6...v3.1.7) --- updated-dependencies: - dependency-name: ejs dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit 3786a80 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu Jun 2 13:17:20 2022 -0400 chore(deps): bump eventsource from 1.1.0 to 1.1.1 (#957) Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/EventSource/eventsource/releases) - [Changelog](https://github.com/EventSource/eventsource/blob/master/HISTORY.md) - [Commits](EventSource/eventsource@v1.1.0...v1.1.1) --- updated-dependencies: - dependency-name: eventsource dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mike Turley <mike.turley@alum.cs.umass.edu> commit e42c078 Author: Igor Braginsky <ibragins@redhat.com> Date: Thu Jun 2 01:04:52 2022 +0300 Did changes in test config files (#956) commit 70e3063 Author: Igor Braginsky <ibragins@redhat.com> Date: Wed Jun 1 16:56:15 2022 +0300 Increased default timeouts for testing on slow VMs (#955) commit 38b1f66 Author: Igor Braginsky <ibragins@redhat.com> Date: Thu May 26 17:30:56 2022 +0300 Added elements required for warm migration to config files (#954) commit 0a7157f Author: Igor Braginsky <ibragins@redhat.com> Date: Tue May 17 23:56:57 2022 +0300 Added creation and removal of second network (#953) Added creation and removal of project Updated tier0 tests to use those methods and make them more stable commit 545418c Author: Mike Turley <mike.turley@alum.cs.umass.edu> Date: Tue Apr 19 11:27:39 2022 -0400 Bug 2067708: Support source VMs, networks and datastores referenced either by id or name in plan and mapping objects (#948) * Bug 2067708: Support source VMs, networks and datastores referenced either by id or name in plan and mapping objects * Adjust mock data to test changes commit 4141385 Author: Igor Braginsky <ibragins@redhat.com> Date: Wed Apr 13 12:47:01 2022 +0300 Separated RHV amd VMWare tier0 configs (#950) Improved end-2-end RHV test Now after plan is edited - it is performed Few light changes commit 0f7150e Author: Igor Braginsky <ibragins@redhat.com> Date: Wed Apr 6 12:42:08 2022 +0300 Fixes for TIER0 tests (#949) commit fa8f9e7 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu Mar 31 11:36:32 2022 -0400 chore(deps): bump minimist from 1.2.5 to 1.2.6 (#947) Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit 6e7c0ef Author: Igor Braginsky <ibragins@redhat.com> Date: Wed Mar 23 22:26:52 2022 +0200 Added validation of hooks log for log inspector (#946) commit 317d1ca Author: kpunwatk <kpunwatk@redhat.com> Date: Wed Mar 23 15:53:05 2022 +0530 modified: pkg/qe-tests/cypress/integration/models/providerRhv.ts (#932) modified: pkg/qe-tests/cypress/integration/models/providerVmware.ts modified: pkg/qe-tests/cypress/integration/tests/Rhv/config_separate_mapping_rhv.ts new file: pkg/qe-tests/cypress/integration/tests/Rhv/editProvider.ts modified: pkg/qe-tests/cypress/integration/tests/vmware/config_separate_mapping.ts new file: pkg/qe-tests/cypress/integration/tests/vmware/editProvider.ts modified: pkg/qe-tests/cypress/integration/types/types.ts modified: pkg/qe-tests/cypress/integration/models/providerRhv.ts modified: pkg/qe-tests/cypress/integration/models/providerVmware.ts modified: pkg/qe-tests/cypress/integration/tests/Rhv/config_separate_mapping_rhv.ts new file: pkg/qe-tests/cypress/integration/tests/Rhv/editProvider.ts modified: pkg/qe-tests/cypress/integration/tests/vmware/config_separate_mapping.ts new file: pkg/qe-tests/cypress/integration/tests/vmware/editProvider.ts modified: pkg/qe-tests/cypress/integration/types/types.ts modified: pkg/qe-tests/cypress/integration/models/providerRhv.ts modified: pkg/qe-tests/cypress/integration/models/providerVmware.ts modified: pkg/qe-tests/cypress/integration/tests/Rhv/config_separate_mapping_rhv.ts new file: pkg/qe-tests/cypress/integration/tests/Rhv/editProvider.ts modified: pkg/qe-tests/cypress/integration/tests/vmware/config_separate_mapping.ts new file: pkg/qe-tests/cypress/integration/tests/vmware/editProvider.ts modified: pkg/qe-tests/cypress/integration/types/types.ts Co-authored-by: Igor Braginsky <ibragins@redhat.com> commit 7ed0a74 Author: kpunwatk <kpunwatk@redhat.com> Date: Wed Mar 16 16:24:56 2022 +0530 modified: pkg/qe-tests/cypress/integration/tests/Rhv/config_separate_mapping_rhv.ts (#941) modified: pkg/qe-tests/cypress/integration/tests/vmware/config_separate_mapping.ts modified: pkg/qe-tests/cypress/integration/models/plan.ts modified: pkg/qe-tests/cypress/integration/tests/Rhv/config_separate_mapping_rhv.ts modified: pkg/qe-tests/cypress/integration/tests/tier0/tier0_tests_vmware.ts modified: pkg/qe-tests/cypress/integration/tests/vmware/config_separate_mapping.ts Co-authored-by: Igor Braginsky <ibragins@redhat.com> commit b2cdce3 Author: kpunwatk <kpunwatk@redhat.com> Date: Wed Mar 16 15:51:54 2022 +0530 [QE] Infra for the edit mappings (#943) modified: pkg/qe-tests/cypress/integration/models/mapping.ts modified: pkg/qe-tests/cypress/integration/tests/vmware/config_separate_mapping.ts modified: pkg/qe-tests/cypress/integration/types/constants.ts modified: pkg/qe-tests/cypress/integration/views/mapping.view.ts modified: pkg/qe-tests/cypress/integration/models/mapping.ts modified: pkg/qe-tests/cypress/integration/tests/vmware/config_separate_mapping.ts modified: pkg/qe-tests/cypress/integration/types/constants.ts modified: pkg/qe-tests/cypress/integration/views/mapping.view.ts modified: pkg/qe-tests/cypress/integration/models/mapping.ts modified: pkg/qe-tests/cypress/integration/tests/Rhv/config_separate_mapping_rhv.ts modified: pkg/qe-tests/cypress/integration/tests/vmware/config_separate_mapping.ts modified: pkg/qe-tests/cypress/integration/types/constants.ts modified: pkg/qe-tests/cypress/integration/views/mapping.view.ts commit 8087c64 Author: kpunwatk <kpunwatk@redhat.com> Date: Wed Mar 9 15:41:24 2022 +0530 modified: pkg/qe-tests/cypress/integration/models/providerRhv.ts (#939) Co-authored-by: Igor Braginsky <ibragins@redhat.com> commit cebb68d Author: Igor Braginsky <ibragins@redhat.com> Date: Tue Mar 8 19:42:52 2022 +0200 Added some python code. (#940) The task is to parse tarball that was downloaded by getLog and make sure that the content is valid commit 5495f56 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu Mar 3 14:19:40 2022 -0500 chore(deps): bump url-parse from 1.5.3 to 1.5.10 (#923) Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.3 to 1.5.10. - [Release notes](https://github.com/unshiftio/url-parse/releases) - [Commits](unshiftio/url-parse@1.5.3...1.5.10) --- updated-dependencies: - dependency-name: url-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit cf73624 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu Mar 3 12:16:35 2022 -0500 chore(deps): bump follow-redirects from 1.14.7 to 1.14.9 (#937) Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.7 to 1.14.9. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](follow-redirects/follow-redirects@v1.14.7...v1.14.9) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit f2b3a31 Author: Mike Turley <mike.turley@alum.cs.umass.edu> Date: Thu Mar 3 10:52:15 2022 -0500 Fix build: update package-lock.json with missing changes from package.json, remove extra package files under qe-tests (#935) * Fix build: update package-lock.json with missing changes from package.json * Delete extra package files under qe-tests commit 95f0052 Author: Mike Turley <mike.turley@alum.cs.umass.edu> Date: Wed Mar 2 13:06:05 2022 -0500 Bug 2059879: Invalidate cached secrets when patching a provider CR (#933) commit 0851df9 Author: kpunwatk <kpunwatk@redhat.com> Date: Wed Mar 2 16:10:05 2022 +0530 [QE] Missing hooks step in edit plan method (#929) modified: pkg/qe-tests/cypress/integration/models/plan.ts Co-authored-by: Igor Braginsky <ibragins@redhat.com> commit eb38ac7 Author: Mike Turley <mike.turley@alum.cs.umass.edu> Date: Tue Mar 1 12:37:27 2022 -0500 Bug 2049638: Address feedback from PR#928 (#930)
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Separated RHV amd VMWare tier0 configs
Improved end-2-end RHV test
Now after plan is edited - it is performed
Few light changes